home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000241_fdc@columbia.edu_Fri Dec 14 18:29:14 EST 2001.msg < prev    next >
Text File  |  2020-01-01  |  4KB  |  100 lines

  1. Article: 13066 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: C-Kermit 8.0 Distribution/Installation Progress
  6. Date: 14 Dec 2001 18:25:22 -0500
  7. Organization: Columbia University
  8. Lines: 84
  9. Message-ID: <9ve1p2$qmn$1@watsol.cc.columbia.edu>
  10. NNTP-Posting-Host: watsol.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 1008372323 9500 128.59.39.139 (14 Dec 2001 23:25:23 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 14 Dec 2001 23:25:23 GMT
  14. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13066
  15.  
  16.  
  17. OK, I think I have a pretty workable scheme for deploying C-Kermit 8.0:
  18.  
  19. cku200src.tar
  20.   Unix source files, makefile, man page, license, CA certs.
  21.   Uncompressed: 8.8MB
  22.   Compressed:   3.2MB
  23.   Gzipped:      2.1MB
  24.  
  25. cku200.tar
  26.   Symlink to cku200src.tar (ditto for .Z and .gz)
  27.  
  28. cku200txt.tar
  29.   The standard C-Kermit initialization file and
  30.   sample customization file (plain text).
  31.   Unix installation instructions, hints and tips files,
  32.   configuration options, program logic manual,
  33.   and the C-Kermit 7.0 and C-Kermit 8.0 supplements to
  34.   "Using C-Kermit" (each of these files is in plain-text 
  35.   format, dumped from the HTML original).
  36.   Uncompressed: 1.9MB
  37.   Compressed:   0.7MB
  38.   Gzipped:      0.6MB
  39.  
  40. ckv200src.zip
  41.   VMS source files, build script, and license ("unzip -a").
  42.   Size:         2.1MB
  43.  
  44. ckv200txt.zip
  45.   Like cku200txt.tar, but for VMS and in "unzip -a" format.
  46.   Size:         0.5MB
  47.  
  48. As of now, all of these are in:
  49.  
  50.   ftp://kermit.columbia.edu/kermit/test/tar/
  51.  
  52. Here is a directory listing:
  53.  
  54. lrwxrwxrwx  1 fdc            13 Dec 14 16:21 cku200.tar -> cku200src.tar
  55. lrwxrwxrwx  1 fdc            15 Dec 14 16:18 cku200.tar.Z -> cku200src.tar.Z
  56. lrwxrwxrwx  1 fdc            16 Dec 14 16:19 cku200.tar.gz -> cku200src.tar.gz
  57. -rw-rw-r--  1 fdc       8839168 Dec 14 17:06 cku200src.tar
  58. -rw-rw-r--  1 fdc       3208131 Dec 14 17:07 cku200src.tar.Z
  59. -rw-rw-r--  1 fdc       2129824 Dec 14 17:07 cku200src.tar.gz
  60. -rw-rw-r--  1 fdc       1908736 Dec 14 17:07 cku200txt.tar
  61. -rw-rw-r--  1 fdc        737111 Dec 14 17:07 cku200txt.tar.Z
  62. -rw-rw-r--  1 fdc        593977 Dec 14 17:07 cku200txt.tar.gz
  63. lrwxrwxrwx  1 fdc            13 Dec 14 16:19 ckv200.zip -> ckv200src.zip
  64. -rw-rw-r--  1 fdc       2094347 Dec 14 17:07 ckv200src.zip
  65. -rw-rw-r--  1 fdc        511291 Dec 14 17:07 ckv200txt.zip
  66.  
  67. You can download whichever ones you want, plus any desired binaries from:
  68.  
  69.   http://www.columbia.edu/kermit/ck80binaries.html
  70.  
  71. More news...  Now the makefile:
  72.  
  73.   ftp://kermit.columbia.edu/kermit/test/text/makefile
  74.  
  75. has a brand-new "install" target that, I hope, works to everybody's
  76. satisfaction.  It is documented in the newly-updated C-Kermit for Unix
  77. Installation Instructions, Section 5:
  78.  
  79.   http://www.columbia.edu/kermit/ckuins.html#x5
  80.  
  81. which discusses the initialization file, the ancillary files, and the
  82. "make install" target and how to use it (WARNING: some of the file links
  83. on this page might not work as expected because the C-Kermit 8.0 text
  84. files are not yet finalized and therefore have not been installed in their
  85. final resting place, which means you'll get either the 7.0 copies or
  86. nothing at all if it's a new file).
  87.  
  88. Also note that I made no attempt to package HTML documents.  That's because
  89. (a) if you want to view them, you can view them at the Kermit site, and
  90. (b) they probably contain a lot of relative links that would break if you
  91. viewed these pages offsite and out of context.
  92.  
  93. Many of the information files and web pages are still being worked on.
  94. They are not final, nor are the archive contents.  Comments, reactions,
  95. suggestions welcome.  Thanks to everybody who commented already, and
  96. special thanks to Peter Eichhorn of Assyst GmbH in Germany for his
  97. contributions to the new makefile targets.
  98.  
  99. - Frank
  100.